go/types.declInfo.lhs (field)
4 uses
go/types (current package)
decl.go#L187: check.varDecl(obj, d.lhs, d.vtyp, d.init)
initorder.go#L119: infoLhs := info.lhs // possibly nil (see declInfo.lhs field comment)
resolver.go#L24: lhs []*Var // lhs of n:1 variable declarations, or nil
resolver.go#L377: d1 = &declInfo{file: fileScope, version: check.version, lhs: lhs, vtyp: d.spec.Type, init: d.spec.Values[0]}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)